🆗 Fixed code smells and added organization test coverage#22
Merged
hasnimehdi91 merged 2 commits intomasterfrom Apr 2, 2026
Merged
🆗 Fixed code smells and added organization test coverage#22hasnimehdi91 merged 2 commits intomasterfrom
hasnimehdi91 merged 2 commits intomasterfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
NETCore.Keycloak v2.0.0 Release Notes
BREAKING CHANGES
support for these versions should use v1.0.2.
KEYCLOAK 26 SUPPORT
upload via the Admin API, which was removed in Keycloak 26.
fine-grained admin permissions support.
KC_BOOTSTRAP_ADMIN_USERNAME for Keycloak 26 compatibility.
Keycloak 25 and above.
Keycloak 26 stricter rapid-login detection.
NEW FEATURES
(create, list, get, update, delete, count). Available on Keycloak 26 and above.
a shared HttpClient using SocketsHttpHandler and PooledConnectionLifetime.
Added optional IHttpClientFactory support for dependency injection scenarios.
The new KeycloakClient(baseUrl, logger, httpClientFactory) constructor accepts
an IHttpClientFactory for managed handler lifetimes and connection pooling.
The existing KeycloakClient(baseUrl, logger) constructor continues to work
using a default shared HttpClient.
INFRASTRUCTURE
replaced deprecated ansible_distribution facts with ansible_facts syntax,
removed template delimiters from assert expressions, and renamed reserved
variable name 'roles' to 'realm_roles'.
output instead of dotnet dotcover subcommand.
test execution.
outdated python-keycloak pip install.
DEPENDENCIES